home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / picklist / testpick.dfm / testpick.txt
Encoding:
Text File  |  1996-09-15  |  5.0 KB  |  212 lines

  1. object Form1: TForm1
  2.   Left = 197
  3.   Top = 98
  4.   Width = 480
  5.   Height = 344
  6.   ActiveControl = TestLB
  7.   Caption = 'Extended ListBox Test'
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 13
  15.   object GroupBox1: TGroupBox
  16.     Left = 20
  17.     Top = 12
  18.     Width = 345
  19.     Height = 125
  20.     Caption = 'Several different Listbox styles available'
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 168
  24.       Top = 24
  25.       Width = 63
  26.       Height = 13
  27.       Caption = 'Current Style:'
  28.     end
  29.     object Label4: TLabel
  30.       Left = 180
  31.       Top = 84
  32.       Width = 44
  33.       Height = 13
  34.       Caption = '&Font Size'
  35.     end
  36.     object TestLB: TPickList
  37.       Left = 8
  38.       Top = 20
  39.       Width = 141
  40.       Height = 93
  41.       Hint = 'Standard Windows Listbox'
  42.       ExtendedSelect = False
  43.       Font.Color = clBlack
  44.       Font.Height = -12
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ItemHeight = 13
  48.       MultiSelect = True
  49.       ParentFont = False
  50.       ParentShowHint = False
  51.       ShowHint = True
  52.       TabOrder = 0
  53.       UseTabStops = False
  54.       SelectedStyle = psStandard
  55.       TabStops = '8;16;32'
  56.     end
  57.     object Panel1: TPanel
  58.       Left = 168
  59.       Top = 44
  60.       Width = 69
  61.       Height = 21
  62.       BevelInner = bvLowered
  63.       BevelOuter = bvNone
  64.       TabOrder = 1
  65.     end
  66.     object Button1: TButton
  67.       Left = 248
  68.       Top = 38
  69.       Width = 81
  70.       Height = 29
  71.       Caption = 'Change &Style'
  72.       TabOrder = 2
  73.       OnClick = Button1Click
  74.     end
  75.     object SpinEdit1: TSpinEdit
  76.       Left = 236
  77.       Top = 80
  78.       Width = 53
  79.       Height = 22
  80.       EditorEnabled = False
  81.       MaxValue = 24
  82.       MinValue = 7
  83.       TabOrder = 3
  84.       Value = 8
  85.       OnChange = SpinEdit1Change
  86.     end
  87.   end
  88.   object GroupBox2: TGroupBox
  89.     Left = 20
  90.     Top = 152
  91.     Width = 169
  92.     Height = 153
  93.     Caption = 'Fire "OnChange" event'
  94.     TabOrder = 1
  95.     object Label2: TLabel
  96.       Left = 18
  97.       Top = 108
  98.       Width = 60
  99.       Height = 13
  100.       Caption = 'Current Item:'
  101.     end
  102.     object PickList1: TPickList
  103.       Left = 12
  104.       Top = 24
  105.       Width = 149
  106.       Height = 73
  107.       Hint = 'This listbox recognizes the "OnChange" method'
  108.       ItemHeight = 13
  109.       ParentShowHint = False
  110.       ShowHint = True
  111.       TabOrder = 0
  112.       SelectedStyle = psStandard
  113.       TabStops = '18'
  114.       OnChange = PickList1Change
  115.     end
  116.     object Panel2: TPanel
  117.       Left = 16
  118.       Top = 124
  119.       Width = 141
  120.       Height = 21
  121.       Alignment = taLeftJustify
  122.       BevelInner = bvLowered
  123.       BevelOuter = bvNone
  124.       TabOrder = 1
  125.     end
  126.   end
  127.   object GroupBox3: TGroupBox
  128.     Left = 216
  129.     Top = 152
  130.     Width = 233
  131.     Height = 153
  132.     Caption = 'View tab settings at design time!'
  133.     TabOrder = 2
  134.     object PickList2: TPickList
  135.       Left = 8
  136.       Top = 20
  137.       Width = 217
  138.       Height = 89
  139.       Hint = 'Press "Select All" or "Select None"'
  140.       Ctl3D = True
  141.       ExtendedSelect = False
  142.       Font.Color = clMaroon
  143.       Font.Height = -11
  144.       Font.Name = 'MS Sans Serif'
  145.       Font.Style = []
  146.       ItemHeight = 14
  147.       Items.Strings = (
  148.         'TESTLB.ZIP'#9'Demo of listbox'
  149.         'PICKLIST.ZIP'#9'Enhanced listbox'
  150.         'DELPHI.EXE'#9'RAD design tool')
  151.       MultiSelect = True
  152.       ParentCtl3D = False
  153.       ParentFont = False
  154.       ParentShowHint = False
  155.       ShowHint = True
  156.       TabOrder = 0
  157.       TabStops = '20'
  158.     end
  159.     object Button2: TButton
  160.       Left = 20
  161.       Top = 116
  162.       Width = 89
  163.       Height = 29
  164.       Caption = 'Select &All'
  165.       TabOrder = 1
  166.       OnClick = Button2Click
  167.     end
  168.     object Button3: TButton
  169.       Left = 128
  170.       Top = 116
  171.       Width = 89
  172.       Height = 29
  173.       Caption = 'Select &None'
  174.       TabOrder = 2
  175.       OnClick = Button3Click
  176.     end
  177.   end
  178.   object BitBtn1: TBitBtn
  179.     Left = 376
  180.     Top = 80
  181.     Width = 65
  182.     Height = 33
  183.     TabOrder = 4
  184.     OnClick = BitBtn1Click
  185.     Kind = bkClose
  186.   end
  187.   object BitBtn2: TBitBtn
  188.     Left = 376
  189.     Top = 40
  190.     Width = 65
  191.     Height = 33
  192.     Hint = 'Click here for Owner Draw demo'
  193.     Caption = '&More'
  194.     TabOrder = 3
  195.     OnClick = BitBtn2Click
  196.     Glyph.Data = {
  197.       76010000424D7601000000000000760000002800000020000000100000000100
  198.       04000000000000010000130B0000130B00000000000000000000000000000000
  199.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  200.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  201.       000333FFF3777777777F3000330FFFFFFF033777FF7F3FF3FF7F07B7030F00F0
  202.       0F0377777F7F7737737F0BBB030FFFFFFF0377777F7F3FFFF37F07B7030F0000
  203.       FF037777737F7777337F3000330FFFFFFF033777337F3FF3FF7F3333330F00F0
  204.       00033333337F7737777F3333330FFFF0FF033FFFFF7F3FF7F3730000030F08F0
  205.       F03377777F7F7737F7330999030FFFF0033377777F7FFFF77333099903000000
  206.       333377777F7777773333099903333333333377777F33FFFFFFF3000003300000
  207.       00337777733777777733333333330CCC033333333333777773333333333330C0
  208.       3333333333333777333333333333330333333333333333733333}
  209.     NumGlyphs = 2
  210.   end
  211. end
  212.